HS_SET_VS_COMPENSATION

HS_SET_VS_COMPENSATION

   
SYNTAX:

        HS_SET_VS_COMPENSATION(VS_NO, MODE [, ALL_SITE_ON/FAIL_SITE_ONLY/PLAN_FAIL_SITE_ONLY] [, WAIT=x]);

DESCRIPTION:

        Set the VS compensation.

        Before setting VS compensation, the related relay must turn off.

        After tester initialization,the system will revert to the default mode(CCOMP0).

REQUIRED ARGUMENT:

        PARA1: VS_NO

            HS_VS9~32 or power_source_name(string) that has been defined in the PRJ file. Or _C_Variable

        PARA2: MODE

            MODE: CCOMP0/CCOMP1

            Default: CCOMP0

OPTIONAL ARGUMENT:

         PARA: ALL_SITE_ON/FAIL_SITE_ONLY/PLAN_FAIL_SITE_ONLY

             ALL_SITE_ON: Set driver executed on every site, even on the fail site.

             FAIL_SITE_ONLY: Driver executed on the fail site only.

             PLAN_FAIL_SITE_ONLY: Driver executed on the fail site ,it will occurs at this plan run Fail site only.

             Default: Driver executed on the pass site only.

         PARA: WAIT=x

             Wait time to next instruction.

             x range:10us-200s or parameter name; Unit: s or ms or us; 

             Default: 0ms, Resolution: 10us.

EXAMPLE:

HS_CLOSE_VS_OUTPUT_RELAY(HS_VS9, WAIT=3mS, OFF);                                                

HS_SET_VS_COMPENSATION(HS_VS9, CCOMP1);

HS_CLOSE_VS_OUTPUT_RELAY(HS_VS9, WAIT=3mS, ON);  

WAIT(1mS);

HS_FORCE_VS(HS_VS9, FORCE_V, 3.0V, 40UA, E1, I2);